home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / puzzle-land.swf / scripts / frame_1 / PlaceObject2_13_3 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2005-09-29  |  125 b   |  7 lines

  1. onClipEvent(enterFrame){
  2.    if(_root._totalframes == _root._framesloaded)
  3.    {
  4.       _root.gotoAndStop("main");
  5.    }
  6. }
  7.